Contains Zigbee Application Configuration methods. More...
#include "../HAL/hal.h"#include "application_configuration.h"Functions | |
| struct applicationConfiguration | getApplicationConfigurationForCoordinator () |
| struct applicationConfiguration | getApplicationConfigurationForRouter () |
| void | printApplicationConfiguration (struct applicationConfiguration ac) |
Contains Zigbee Application Configuration methods.
This is used by both Simple API and AFZDO to configure the ZNP for the particular application. Simple API can register one applicationConfiguration; AFZDO can register multiple applicationConfigurations. Refer to Interface Specification for more information.
YOU ACKNOWLEDGE AND AGREE THAT THE SOFTWARE AND DOCUMENTATION ARE PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY, TITLE, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL TEXAS INSTRUMENTS OR ITS LICENSORS BE LIABLE OR OBLIGATED UNDER CONTRACT, NEGLIGENCE, STRICT LIABILITY, CONTRIBUTION, BREACH OF WARRANTY, OR OTHER LEGAL EQUITABLE THEORY ANY DIRECT OR INDIRECT DAMAGES OR EXPENSES INCLUDING BUT NOT LIMITED TO ANY INCIDENTAL, SPECIAL, INDIRECT, PUNITIVE OR CONSEQUENTIAL DAMAGES, LOST PROFITS OR LOST DATA, COST OF PROCUREMENT OF SUBSTITUTE GOODS, TECHNOLOGY, SERVICES, OR ANY CLAIMS BY THIRD PARTIES (INCLUDING BUT NOT LIMITED TO ANY DEFENSE THEREOF), OR OTHER SIMILAR COSTS.
| struct applicationConfiguration getApplicationConfigurationForCoordinator | ( | ) | [read] |
Creates an application configuration for a Coordinator. Modify the values in this for your application.
| struct applicationConfiguration getApplicationConfigurationForRouter | ( | ) | [read] |
Creates an application configuration for a Router. Modify the values in this for your application.
| void printApplicationConfiguration | ( | struct applicationConfiguration | ac | ) |
Displays the applicationConfiguration in a human readable format
| ac | the applicationConfiguration to print |
1.6.3